Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-62291 | JBOS-AS-000305 | SV-76781r1_rule | Medium |
Description |
---|
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords during transmission. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. Application servers have the capability to utilize either certificates (tokens) or user IDs and passwords in order to authenticate. When the application server transmits or receives passwords, the passwords must be encrypted. |
STIG | Date |
---|---|
JBoss EAP 6.3 Security Technical Implementation Guide | 2017-03-20 |
Check Text ( C-63095r1_chk ) |
---|
Log on to the OS of the JBoss server with OS permissions that allow access to JBoss. Using the relevant OS commands and syntax, cd to the Run the jboss-cli script. Connect to the server and authenticate. Run the command: "ls /core-service=management/security-realm=ldap_security_realm/authentication=ldap" If "allow-empty-passwords=true", this is a finding. |
Fix Text (F-68211r1_fix) |
---|
Configure the LDAP Security Realm using default settings that sets "allow-empty-values" to false. LDAP Security Realm creation is described in section 11.9 -Add an LDAP Security Realm in the JBoss_Enterprise_Application_Platform-6.3-Administration_and_Configuration_Guide-en-US document. |